gtk4.git
2018-03-17 Timm Bädertestgtk: Remove alpha widgets demo
2018-03-17 Timm Bädertestgtk: GtkSpinButton is not a GtkEntry anymore
2018-03-17 Timm Bäderlayout: Fix scrolling
2018-03-17 Timm Bäderlayout: remove map implementation
2018-03-17 Timm Bädercontainer: Remove focus widget sorting code
2018-03-17 Timm Bäderwindow: Use widget facilities to sort focus menubars
2018-03-17 Timm Bädermenubar: Use GtkWidget focusing facilities
2018-03-17 Timm Bäderradibutton: Use focusing facilities from GtkWidget
2018-03-17 Timm Bädercontainer: Only do custom focus management if a focus...
2018-03-17 Timm Bädercontainer: Rename parent_class to gtk_container_parent_...
2018-03-17 Timm Bäderwidget: Fix a few typos in cursor documentation
2018-03-17 Timm Bäderpopover: Remove an unneeded local variable
2018-03-17 Timm Bädermagnifier: Clip child node to magnifier size
2018-03-17 Timm BäderFix a few get_allocated_width/height usages
2018-03-17 Timm Bäderwidgetbowl: Add a proper description
2018-03-16 Daniel BolesNotebook: Don’t show raw underline/markup in popup
2018-03-16 Benjamin Otteselection: Remove surface APIs
2018-03-16 Benjamin Ottecellrendererpixbuf: Store the texture in the iconhelper...
2018-03-16 Benjamin Otteimage: Remove gtk_image_set_texture()
2018-03-16 Benjamin Otteimage: Add gtk_image_set_can_shrink()
2018-03-16 Benjamin Otteimage: Add gtk_image_set_keep_aspect_ratio()
2018-03-16 Benjamin Otteiconhelper: Implement GdkPaintable
2018-03-16 Benjamin Otteicontheme: Remove surface support
2018-03-16 Benjamin Otteimage: Don't handle surfaces anymore
2018-03-16 Benjamin Ottetests: Port from surface to texture
2018-03-16 Benjamin Ottedragsource: Replace gtk_drag_source_set_icon_surface()
2018-03-16 Benjamin Otteinspector: Use Textures for images in the property...
2018-03-16 Benjamin Ottecellrendererpixbuf: Put pixbufs into textures
2018-03-16 Benjamin Otteimage: Load resources and files into textures
2018-03-16 Benjamin Otteiconhelper: Handle texture scale again
2018-03-16 Benjamin Otteiconhelper: Turn into a GObject
2018-03-16 Benjamin Otteiconhelper: Rework to allow resizing of paintables
2018-03-16 Benjamin Otteiconhelper: Rename function
2018-03-16 Benjamin Ottepaintable: Add gdk_paintable_compute_concrete_size()
2018-03-16 Benjamin Ottetooltips: Make icon a paintable
2018-03-16 Benjamin Otteentry: Make icons a paintable
2018-03-16 Benjamin Ottednd: Make dnd icon API take a paintable
2018-03-16 Benjamin Otteaboutdialog: Make logo a paintable
2018-03-16 Benjamin Ottecssimage: Implement dynamicity for cross-fades
2018-03-16 Benjamin Ottecss: Implement dynamic values for array values
2018-03-16 Benjamin Ottecssimage: Add GtkCssImagePaintable
2018-03-16 Benjamin Ottecssimage: Add gtk_css_image_is_invalid()
2018-03-16 Benjamin Ottebuild: Switch order of subdirectories
2018-03-16 Benjamin Otteimage: Implement support for paintables
2018-03-16 Benjamin Otteiconhelper: transition to GdkPaintable
2018-03-16 Benjamin Ottetexture: Implement GdkPaintable
2018-03-16 Benjamin Ottesnapshot: "Inherit" from GdkSnapshot
2018-03-16 Benjamin Ottegdk: Add GdkPaintable
2018-03-16 Benjamin Ottecss: Implement support for dynamic values
2018-03-16 Benjamin Ottecssimage: Implement dynamic values
2018-03-16 Benjamin Ottecss: Introduce the idea of dynamic values
2018-03-16 Benjamin Ottevulkan: Our data is premultiplied, don't pretend it...
2018-03-16 Benjamin Ottecss: Remove ability to query css images as cairo patterns
2018-03-16 Benjamin Otteaboutdialog: The default icons are textures these days
2018-03-16 Benjamin Ottedemos: Unbreak icon for fishbowl demo
2018-03-16 Benjamin Ottecss: Fix compiler warning
2018-03-16 Matthias ClasenImprove the scale handling
2018-03-15 Matthias ClasenMerge branch 'css-image-scaled' into 'master'
2018-03-15 Emmanuele Bassici: Restore ccache, but do not cache it across jobs
2018-03-15 Matthias ClasenMerge branch 'wip/filechooser-non-default-display-gtk4...
2018-03-15 Matthias ClasenUpdate the expected results in the testsuite
2018-03-15 Timm Bädergl renderer: Set border program outline state
2018-03-15 Timm Bädergl renderer: Remove shadow program
2018-03-15 Timm Bädergl renderer: Fix clipped borders
2018-03-15 Timm Bädershaderbuilder: Remove unused API
2018-03-15 Timm Bädergl: Move shaderbuilder into gl/ subdirectory
2018-03-15 Timm Bädergl renderer: Draw offscreen nodes in device pixels
2018-03-15 Timm Bädertestsuite: Add more gl renderer tests
2018-03-15 Timm Bädergl tests: Update clipped cross fade output
2018-03-15 Timm Bädertestsuite: Add a GL gradient test
2018-03-15 Matthias ClasenMake GtkCssImageScaled handle scales properly
2018-03-15 Timm Bädergl renderer: Fix rounded clips in hidpi
2018-03-15 Timm Bäderspinbutton: Remove an unnecessary queue_draw call
2018-03-15 Timm Bädergdk: Remove unused variable
2018-03-15 Timm BäderGskGLDriver: Use g_assert_cmphex for GL constants
2018-03-15 Matthias ClasenTrivial formatting fixes
2018-03-14 Daniel Bolestestspinbutton: Add button to toggle wrap on Spins
2018-03-14 Daniel Bolestestspinbutton: Orient box orthogonally to Spins
2018-03-14 Timm Bädertestsuite: Simplify GL test definition
2018-03-14 Timm Bädertestsuite: Add a GL tests for clipped rounded clipped...
2018-03-14 Timm Bädergl renderer: Draw rounded clip child to a texture
2018-03-14 Timm Bädergl renderer: Properly draw gl textures from a different...
2018-03-14 Timm Bäderfixed: Remove snapshot implementation
2018-03-14 Timm Bädersnapshot: Ignore 0 sized clip nodes
2018-03-14 Carlos Sorianogtkmenu: Remove unused constant
2018-03-14 Jonas Ådahlentrycompletion: Realize popup after setting screen
2018-03-13 Timm Bädersnapshot: Add missing (nullable) annotation
2018-03-13 Timm Bäderwidget: Simplify setting a default direction
2018-03-13 Timm Bäderlabel: Remove dead NULL check
2018-03-13 Christoph ReiterMerge branch 'master' into 'master'
2018-03-13 Christoph Reiterrun-docker.sh: Disable SELinux for the container and...
2018-03-13 Emmanuele BassiUpdate CONTRIBUTING.md
2018-03-13 Emmanuele Bassici: Add explicit dependency on "which"
2018-03-13 Emmanuele Bassici: Remove ccache
2018-03-13 Emmanuele Bassici: Add GLib build dependencies
2018-03-13 Emmanuele Bassici: Use a different Docker image
2018-03-13 Emmanuele BassiAnnotate gdk_gl_texture_new() appropriately
2018-03-13 Emmanuele BassiInitialise variables
2018-03-13 Emmanuele BassiUse the same arguments for print backends
2018-03-13 Emmanuele Bassici: Add gstreamer to the Docker image
next